
/*尾部*/
.footer-link{
  margin-top:100px;
  width:100%;
  
}
/* 页脚-容器 */
footer .container {
  /* width: 1200px; */
  width: 1400px;
  padding: 0;
}

/* 页脚-行 */
footer .row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.footer-link .col-xs-1{
  padding: 0;
}

.footer-link .col-xs-1:nth-child(5) li:nth-child(3){
  width: 56px;
  padding-top: 8px;
}
.footer-link .col-xs-1:nth-child(5) li:nth-child(3) a{
  line-height: 0px;
}

.footer-link .container{
  min-width: 1200px;
}

.footer-link{
  background-color: #90bd2f;
  padding-top: 64px;
}

.footer-link ul li{
  list-style-type:none;
}

.footer-link ul li:first-child a{
  
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-link ul li a{
  text-decoration:none;
  
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 34px;
}

.information p:first-child{
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.information p{
  line-height: 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

